std::bitset::none

From Cppreference

Jump to: navigation, search
bool none() const;

Checks if no bits are set to true.

Parameters

(none)

Return value

true if no bits are set to true, otherwise false

See also

all
checks if all bits are set to true
(public member function)
any
checks if any of the bits are set to true
(public member function)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages